@@ -76,6 +76,8 @@ angular.module('codexApp.index', [])
|
||
| 76 | 76 |
$rootScope.$broadcast('main-window:note-view');
|
| 77 | 77 |
$state.go("image-view");
|
| 78 | 78 |
break; |
| 79 |
+ default: |
|
| 80 |
+ break; |
|
| 79 | 81 |
} |
| 80 | 82 |
} |
| 81 | 83 |
|